Using Variables in Release Plans
ARP supports the use of variables for Release Plans.
Variables can be referenced in the input of Release Phases and Release Tasks and help you save time and ensure consistency.
To Define Variables
- Open the Release Plan.
- Select the Variables tab.
- Click Add Row.
- Enter a name for the variable.
Alphanumeric characters are allowed. Variable names cannot start with a number.
-
Define the value. Values can be a single string or a string concatenation. For example:
Name Value Evaluation package_name pck-{build_number}.{build_version} pck_55.v12 recipient_title Sir/Madam Sir/Madam build_number 55 55 build_version V12 V12 Variables used in expressions are evaluated at runtime when a Task is started.
Variables can be modified via REST API.